SftTree/OCX 7.0

SftTreeHeaders.Appearance Property

Softel vdm, Inc.

Defines the appearance of all column headers.

Syntax       

Get

VB.NET

Style = object.Appearance  As SftTreeHeaderAppearanceConstants

VB

Style = object.Appearance  As SftTreeHeaderAppearanceConstants

C#.NET

SftTreeHeaderAppearanceConstants Style = object.Appearance;

VC++

enum SftTreeHeaderAppearanceConstants Style = object->Appearance;
enum SftTreeHeaderAppearanceConstants Style = object->GetAppearance();

C

HRESULT object->get_Appearance(enum SftTreeHeaderAppearanceConstants* Style);

Delphi

Style := object.Appearance  : TOleEnum;

Put

VB.NET

object.Appearance = Style  As SftTreeHeaderAppearanceConstants

VB

object.Appearance = Style  As SftTreeHeaderAppearanceConstants

C#.NET

SftTreeHeaderAppearanceConstants object.Appearance = Style;

VC++

enum SftTreeHeaderAppearanceConstants object->Appearance = Style;
void object->PutAppearance(enum SftTreeHeaderAppearanceConstants Style);

C

HRESULT object->put_Appearance(enum SftTreeHeaderAppearanceConstants Style);

Delphi

object.Appearance := Style  : TOleEnum;

object

A SftTreeHeaders object.

Style

Defines the appearance of all column headers.

Style

Value

Description

headerSftTreeNone 

0

No column headers. The column headers and row/column header are not displayed.  The RowColumnHeader.Appearance property is also set to headerSftTreeNone.

headerSftTreeButton

1

Displays column headers as buttons.  The column headers are displayed as buttons, which can be clicked by the user.  The status of the each column header button can be controlled using the Header.Enabled and Header.RemainUp properties.  The currently pressed button can be defined using the Headers.Pressed property.

headerSftTreeText 

2

Displays column headers as titles.

Comments

The Appearance property defines the appearance of all column headers.

Individual column headers cannot override the appearance.

See Also  SftTreeHeaders Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com